@charset "utf-8";
/* CSS Document */
.floating_ck {
	position: fixed;
	right: 20px;
	top: 30%;
	z-index: 9999;
	font-size: 13px;
}
.floating_ck dl dd {
	position: relative;
	width: 80px;
	height: 80px;
	background-color: #333;
	border-bottom: solid 1px #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 20%;
	cursor: pointer;
}
.floating_ck dl a dd span {
	color: #fff;
	font-size: 13px;
}
.floating_ck dl dd:hover {
	background-color: #1f1f1f;
	border-bottom: solid 1px #000;
}
.floating_ck dl dd:hover .floating_left {
	display: block;
}
.consult {
	background-image: url(../img/zxicon.png);
}
.words {
	background-image: url(../img/fuwu.png);
}
.quote {
	background-image: url(../img/kficon.png);
}
.quote1 {
	background-image: url(../img/kficon1.png);
}
.qrcord {
	background-image: url(../img/erweima.png);
}
.return {
	background-image: url(../img/fanhui.png);
}
.floating_ck dd span {
	color: #fff;
	display: block;
	padding-top: 54px;
}
.floating_left {
	position: absolute;
	left: -160px;
	top: 0px;
	width: 160px;
	height: 80px;
	background-color: #1f1f1f;
	border-bottom: solid 1px #000;
	display: none;
}
.floating_left a {
	color: #fff;
	line-height: 80px;
}
.floating_ewm {
	height: 260px;
	top: -180px;
}
.floating_ewm i {
	background-image: url(../img/erweima.png);
	display: block;
	width: 145px;
	height: 145px;
	margin: auto;
	margin-top: 7px;
}
.floating_ewm p {
	color: #fff;
	margin-top: 5px;
}
.floating_ewm .qrcord_p01 {
	font-size: 12px;
	line-height: 20px;
}
.floating_ewm .qrcord_p02 {
	font-size: 18px;
}
